home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / cmsnt100.zip / CMSNOTES.DOC < prev    next >
Text File  |  1992-07-22  |  4KB  |  97 lines

  1.                                 CMSNOTES
  2.                       Version 1, Release 0, Mod 0
  3.  
  4.                          a SHAREWARE product by
  5.                            Scott (nmi) Mattes
  6.  
  7. written in white on black on glass.
  8.  
  9. SHAREWARE PLUG
  10.  
  11. as SHAREWARE, you can try this product out in your own home or office
  12. and decide before you buy. if it suits your purpose/s you should pay for
  13. it. if you use it and don't pay for it after 30 days you should stop
  14. using it. if you don't, no skin off my nose, God will be the judge.
  15.  
  16. you get the source code with this and if you want to make modifications
  17. that is fine with me, AS LONG AS YOU GIVE CREDIT FOR THE ORIGINAL CODE.
  18.  
  19. WHAT IS IT FOR?
  20.  
  21. CMSNOTES provides a way for you to read your CMS NOTEBOOKs on your PC.
  22. later versions (available if this version shows some promise, read
  23. dollars) will allow you to log/delete/write/search messages, but for
  24. right now you can read them.
  25.  
  26. LANGUAGE REQUIREMENTS
  27.  
  28. CMSNOTES is written in Qbasic, the one that comes with MS-DOS 5. I have
  29. no idea if other versions of basic will run this program (QuickBasic 3
  30. doesn't for sure). you get the source code. say NO to OCO! future
  31. versions may use C.
  32.  
  33. COST
  34.  
  35. CMSNOTES will cost you $5US for a single copy, or $100US if you want a
  36. site liscense. for each new version number, the v in v1r0m0, you should
  37. plan on dropping another $5 or $100. be sure to include the currency
  38. conversion fee if drawn on other than a US bank in US dollars.
  39.  
  40. send your check (sorry, no POs, money orders or credit cards) to
  41.  
  42. Scott Mattes
  43. 7435 Jayhawk St
  44. Annandale, VA 22003
  45.  
  46. WHAT DO YOU GET?
  47.  
  48. well, CMSNOTES has been written to allow as large a NOTEBOOK as
  49. possible. you are limited by only two things; the number of notes in the
  50. NOTEBOOK and the size of the biggest note you wish to view. i have
  51. tested it with a NOTEBOOK of 29880+ records (1.5M bytes), 643 notes and
  52. read a note of 200 lines with no problems.  I would have done more, but
  53. I need disk space that I don't have.
  54.  
  55. CONTENTS
  56.  
  57. you should find the following files in this package
  58.  
  59. CMSNOTES.BAS    actual program
  60. CMSNOTES.BAT    batch file to invoke QBASIC /RUN CMSNOTES.BAS
  61. CMSNOTES.DOC    this file
  62.  
  63. SUPPORT
  64.  
  65. support is available by sending email to me on CompuServe (73027,3270 if
  66. you are sending fron Compuserve and 73027.3270@COMPUSERV.COM if you
  67. originate out on Internet), or the snail mail address above.
  68.  
  69. HOW TO RUN CMSNOTES
  70.  
  71. put the .BAT file in a sub-dir that is in your path (i have one called
  72. BATCH on my PC). put the .BAS file where ever you want (\DOS\BASIC on my
  73. system). modify the .BAT file to point to the .BAS file.
  74.  
  75. then type CMSNOTES and QBASIC will be invoked with the name of the
  76. program to run, CMSNOTES.
  77.  
  78. you are then prompted for the name of the NOTEBOOK to read. give the
  79. full disk, path and filename.ext if the file is not in the current
  80. directory.
  81.  
  82.               example.  CMSNOTES D:\CMS\MAIL\UNREAD.NOT
  83.  
  84. CMSNOTES will check for a .NDX file with the same filename as the
  85. NOTEBOOK in the same path as the NOTEBOOK you specify. if it exists the
  86. date/time of that .NDX is compared with the date/time of the NOTEBOOK.
  87. if the .NDX file does not exist or its date/time is older than that of
  88. the NOTEBOOK a new .NDX is created.
  89.  
  90. the .NDX file will be read and displayed for you to scroll through. to
  91. read a note put the marker on that line and press R. to quit from the
  92. index display or the note display press Q. scrolling is with the up/down
  93. arrow keys and the PgUp/Down keys. you can also use T for top and B for
  94. bottom of the index display or of the note you are reading.  H will get
  95. the help for the function you are in.
  96.  
  97.